Produced by Araxis Merge on 2021-05-13 09:09:04 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | /Applications/Ampps/www/Porto 3.2.2/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Newsletter/templates | subscribe_form_footer.phtml | 2017-02-11 21:32:08 +0000 |
| 2 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto/Magento_Newsletter/templates | subscribe_form_footer.phtml | 2017-02-11 21:32:08 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 70 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | <?php | 1 | <?php | |||
| 2 | /** | 2 | /** | |||
| 3 | * Copyright © 2015 Magento. All rights reserved. | 3 | * Copyright © 2015 Magento. All rights reserved. | |||
| 4 | * See COPYING.txt for license details. | 4 | * See COPYING.txt for license details. | |||
| 5 | */ | 5 | */ | |||
| 6 | 6 | |||||
| 7 | // @codingStandardsIgnoreFile | 7 | // @codingStandardsIgnoreFile | |||
| 8 | 8 | |||||
| 9 | ?> | 9 | ?> | |||
| 10 | <?php | 10 | <?php | |||
| 11 | $_helper = $this->helper('Smartwave\Porto\Helper\Data'); | 11 | $_helper = $this->helper('Smartwave\Porto\Helper\Data'); | |||
| 12 | ?> | 12 | ?> | |||
| 13 | <div class="block newsletter"> | 13 | <div class="block newsletter"> | |||
| 14 | <div class="content"> | 14 | <div class="content"> | |||
| 15 | <form class="form subscribe" | 15 | <form class="form subscribe" | |||
| 16 | novalidate | 16 | novalidate | |||
| 17 | action="<?php echo $block->getFormActionUrl() ?>" | 17 | action="<?php echo $block->getFormActionUrl() ?>" | |||
| 18 | method="post" | 18 | method="post" | |||
| 19 | data-mage-init='{"validation": {"errorClass": "mage-error"}}' | 19 | data-mage-init='{"validation": {"errorClass": "mage-error"}}' | |||
| 20 | id="newsletter-validate-detail"> | 20 | id="newsletter-validate-detail"> | |||
| 21 | <div class="field newsletter"> | 21 | <div class="field newsletter"> | |||
| 22 | <label class="label" for="footer_newsletter"><span><?php echo __('Sign Up for Our Newsletter:') ?></span></label> | 22 | <label class="label" for="footer_newsletter"><span><?php echo __('Sign Up for Our Newsletter:') ?></span></label> | |||
| 23 | <div class="control"> | 23 | <div class="control"> | |||
| 24 | <input name="email" type="email" id="footer_newsletter" | 24 | <input name="email" type="email" id="footer_newsletter" | |||
| 25 | data-validate="{required:true, 'validate-email':true}" placeholder="<?php echo __('Email Address');?>"/> | 25 | data-validate="{required:true, 'validate-email':true}" placeholder="<?php echo __('Email Address');?>"/> | |||
| 26 | </div> | 26 | </div> | |||
| 27 | </div> | 27 | </div> | |||
| 28 | <div class="actions"> | 28 | <div class="actions"> | |||
| 29 | <button class="action subscribe primary" title="<?php echo __('Subscribe') ?>" type="submit"> | 29 | <button class="action subscribe primary" title="<?php echo __('Subscribe') ?>" type="submit"> | |||
| 30 | <span><?php echo __('Subscribe') ?></span> | 30 | <span><?php echo __('Subscribe') ?></span> | |||
| 31 | </button> | 31 | </button> | |||
| 32 | </div> | 32 | </div> | |||
| 33 | </form> | 33 | </form> | |||
| 34 | </div> | 34 | </div> | |||
| 35 | </div> | 35 | </div> |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.